'Declaration
Public Overloads Function AddFreeHandHighlighterAnnot( _ ByVal BorderColor As Integer, _ ByVal Points() As PointF _ ) As AnnotationFreeHandHighlighter
public AnnotationFreeHandHighlighter AddFreeHandHighlighterAnnot( int BorderColor, PointF[] Points )
public function AddFreeHandHighlighterAnnot( BorderColor: Integer; Points: PointFarray of ): AnnotationFreeHandHighlighter;
public function AddFreeHandHighlighterAnnot( BorderColor : int, Points : PointF[] ) : AnnotationFreeHandHighlighter;
public: AnnotationFreeHandHighlighter* AddFreeHandHighlighterAnnot( int BorderColor, PointF[]* Points )
public: AnnotationFreeHandHighlighter^ AddFreeHandHighlighterAnnot( int BorderColor, array<PointF>^ Points )
Parameters
- BorderColor
- Points